Fix a doc typo. (#169873, Johan Dahlin)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 Mar 2005 04:32:01 +0000 (04:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 11 Mar 2005 04:32:01 +0000 (04:32 +0000)
2005-03-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv):
Fix a doc typo.  (#169873, Johan Dahlin)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkliststore.c

index b4576a1d67eea2a7dd55b31f5660cd60978ff377..0de90140b723c86faf3995b68b4ec70192583dcb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-03-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): 
+       Fix a doc typo.  (#169873, Johan Dahlin)
+
        * gtk/gtkdialog.c (gtk_dialog_map): Don't
        try to focus the default_widget if there is 
        none.  (#169881, Thomas Leonard)
index b4576a1d67eea2a7dd55b31f5660cd60978ff377..0de90140b723c86faf3995b68b4ec70192583dcb 100644 (file)
@@ -1,5 +1,8 @@
 2005-03-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): 
+       Fix a doc typo.  (#169873, Johan Dahlin)
+
        * gtk/gtkdialog.c (gtk_dialog_map): Don't
        try to focus the default_widget if there is 
        none.  (#169881, Thomas Leonard)
index b4576a1d67eea2a7dd55b31f5660cd60978ff377..0de90140b723c86faf3995b68b4ec70192583dcb 100644 (file)
@@ -1,5 +1,8 @@
 2005-03-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): 
+       Fix a doc typo.  (#169873, Johan Dahlin)
+
        * gtk/gtkdialog.c (gtk_dialog_map): Don't
        try to focus the default_widget if there is 
        none.  (#169881, Thomas Leonard)
index 614922556944fe64e241398fe4beffde3f1db861..36cb4cc4a33f3cb255a17f53388a19b22e860415 100644 (file)
@@ -1985,7 +1985,7 @@ gtk_list_store_insert_with_values (GtkListStore *list_store,
  * @values: an array of GValues 
  * @n_values: the length of the @columns and @values arrays
  * 
- * A variant of gtk_list_Store_insert_with_values() which
+ * A variant of gtk_list_store_insert_with_values() which
  * takes the columns and values as two arrays, instead of
  * varargs. This function is mainly intended for 
  * language-bindings.